Welcome![Sign In][Sign Up]
Location:
Search - MATLAB otsu

Search list

[Graph programOTSU方法计算图像二值化的自适应阈值

Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
Platform: | Size: 2048 | Author: 陈其星 | Hits:

[OtherOtsu算法(灰度图像的域值分割)的C++类实现

Description: Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
Platform: | Size: 1024 | Author: zhou | Hits:

[Special Effectssome-matlab-digital-image-processing-function

Description: 我是一个图象处理的初学者,用MATLAB语言编写了一些内部的函数,实现了图象处理的功能,比如entropy,laplician,otsu,top-hat等-image processing is a beginners MATLAB language some internal functions, achieving image processing functions, such as entropy, laplician, Otsu, top-hat, etc.
Platform: | Size: 2736128 | Author: 史振志 | Hits:

[matlabotsusuanfa

Description: 这是matlab的otsu处理图象的算法,请高手们指正-This is the Otsu Matlab image processing algorithms, experts used the correct
Platform: | Size: 97280 | Author: 初学者 | Hits:

[2D Graphicvc++OTSUcode

Description: otsU算法,本算法用VC和MATLAB实现。 价值比较大的。可以提供给有需要的朋友-otsU algorithm, the algorithm used VC and MATLAB. Value larger. Available for a friend in need
Platform: | Size: 15360 | Author: 苏霍伊 | Hits:

[2D Graphicedge_erode

Description: 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
Platform: | Size: 1024 | Author: 陈旭 | Hits:

[source in ebookOtsucoding

Description: Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu- Otsu Matlab code Otsu Principle : Otsu law by Japanese scholars in the large-1979's, is an adaptive threshold established methodology, also known as big-law, referred to Otsu. It is based on image characteristics of the gray image can be divided into the background and objectives of Part 2. Background and objectives between the between-class variance%, which meant that the two images form part of the greater difference, When some background into the wrong target or part of the background into the wrong target will lead to sub-2% difference becomes smaller.
Platform: | Size: 1024 | Author: 刘博 | Hits:

[Special Effectsthresh_md_OTSUhy

Description: 自动地otsu 二值图像分割方法,该方法也叫 基于最大类间方差地 图像二值分割方法,希望大家喜欢-otsu two automatic image segmentation methods, The method is also called for the maximum variance to image two segmentation methods, hope you like
Platform: | Size: 1024 | Author: Cong Yang | Hits:

[matlabotsu

Description: 这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助-This is, I downloaded and compiled on the Otsu binarization method of matlab code, the effect is better, can be used as an effective auxiliary partition
Platform: | Size: 1024 | Author: 黄玉 | Hits:

[Special Effectsotsu

Description: otsu算法应用于图像分割--图像分割-直方图-Otsu algorithm is applied to image segmentation image segmentation- Histogram
Platform: | Size: 1024 | Author: Lyf | Hits:

[Graph programotsu

Description: 最大类间方差法,给出了详细的介绍,希望能对大家学习图像处理有帮助-Otsu law, gives a detailed introduction to all of us hope to be helpful to learn image processing
Platform: | Size: 4096 | Author: 王歌 | Hits:

[Graph programotsu

Description: 图像的otsu分界算法的实现,不是调用函数的,是底层实现-otsu partition
Platform: | Size: 1024 | Author: 赖师悦 | Hits:

[Special EffectsOTSU

Description: 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the Otsu threshold segmentation method automatically put forward the concept of two-dimensional histogram properties, and then a two-dimensional attribute-based Automatic Image histogram thresholding method is conducive to writing papers
Platform: | Size: 450560 | Author: 孙琰 | Hits:

[Special Effectsotsu

Description: 用matlab编写 调试可以使用 分割效果良好 -matlab
Platform: | Size: 2048 | Author: xcx | Hits:

[Special Effectsotsu

Description: otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
Platform: | Size: 1024 | Author: Andy | Hits:

[Picture Viewerdajinfa-erzhihua-matlab

Description: 实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
Platform: | Size: 3072 | Author: budongwei | Hits:

[Special Effectsotsu

Description: otsu 阈值分割代码 ,可以设置分割的类别数-otsu segmentation code, you can set the number of separate categories
Platform: | Size: 33792 | Author: zhang | Hits:

[Picture ViewerPCNN---2D-OTSU

Description: 给出了基于2D-OTSU算法的PCNN自动循环迭代源代码,用于图像分割,效果良好。-PCNN code for image segmentation based on 2D-OTSU
Platform: | Size: 2048 | Author: 辛国江 | Hits:

[matlabotsu

Description: otsu threshold, run on image to get value, then do binary thresholding
Platform: | Size: 1024 | Author: kkk | Hits:

[Special EffectsOtsu

Description: 包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,-Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers
Platform: | Size: 10292224 | Author: coolbage | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net